]> dgit.raspbian.org Git - fontforge.git/commitdiff
Exclude cxxopts
authorBastian Germann <bage@debian.org>
Sat, 8 Aug 2026 11:23:07 +0000 (13:23 +0200)
committerBastian Germann <bage@debian.org>
Sat, 8 Aug 2026 13:14:17 +0000 (15:14 +0200)
Gbp-Pq: Name 0001-Exclude-cxxopts.patch

extern/CMakeLists.txt
tests/CMakeLists.txt

index b22816e18c8002ba41416086d701768ecc764787..142c86689bfb67c1dbd38f3e420e856f41826548 100644 (file)
@@ -6,6 +6,3 @@ target_include_directories(mINI INTERFACE ${CMAKE_CURRENT_SOURCE_DIR}/mINI)
 # Enable case-sensitive mode for GKeyFile compatibility
 target_compile_definitions(mINI INTERFACE MINI_CASE_SENSITIVE)
 
-# cxxopts - header-only command line argument parser
-add_library(cxxopts INTERFACE)
-target_include_directories(cxxopts INTERFACE ${CMAKE_CURRENT_SOURCE_DIR}/cxxopts)
index 808cde6197e3d27869761ffcd4999627fde116ae..a01096751f6da37690ee912ebc65bd6472e5e1c5 100644 (file)
@@ -11,7 +11,6 @@ endif()
 
 # systestdriver - standalone C++ test driver (no FontForge dependencies)
 add_executable(systestdriver systestdriver.cpp)
-target_link_libraries(systestdriver PRIVATE cxxopts)
 set_target_properties(systestdriver PROPERTIES CXX_STANDARD 17 CXX_STANDARD_REQUIRED ON)
 if(CMAKE_CXX_COMPILER_ID MATCHES "GNU|Clang")
   target_compile_options(systestdriver PRIVATE -Wall -pedantic)